home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Internet / gpodder / gpodder-3.8.3-setup.exe / {app} / src / dbus / __init__.py next >
Text File  |  2014-10-30  |  263b  |  14 lines

  1. import dbus.exceptions
  2.  
  3. class SessionBus(object):
  4.     def __init__(self, *args, **kwargs):
  5.         pass
  6.  
  7.     def add_signal_receiver(self, *args, **kwargs):
  8.         pass
  9.  
  10.     def name_has_owner(self, *args, **kwargs):
  11.         return False
  12.  
  13. SystemBus = SessionBus
  14.